﻿@charset "utf-8";
/*
color:red !important;/* Firefox、IE7支持 
_color:red;  IE6支持 
*color:red;  IE6、IE7支持 
*+color:red; IE7支持/
color:red\9; IE6、IE7、IE8支持 
color:red\0; IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templets/ftwcm/images/bg_index.body1.png');_background:none;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.3));
behavior:url('');
pointer-events:none;//鼠标穿透
-webkit-animation:0.3s ease-in 1.1s 1 ui;
-webkit-animation-fill-mode:both;
*/


/*--MyAlert--*/
.bigbg{position:fixed;height:100%;width:100%;background-color:#000;z-index:10;opacity:0.5;display:none;left:0;top:0;}
.msgbox{position:fixed;height:272px;width:417px;background:url('../images/msg_bg.jpg') no-repeat;z-index:11;display:none;}
.msgbox span{display:block;height:20px;width:21px;background:url('../images/msg_clo_btn.png') no-repeat;float:right;margin:12px;cursor:pointer;}
.msgbox p{margin:166px auto 16px;text-align:center;color:#666;font-size:16px;}
.msgbox input{height:32px;width:97px;background:url('../images/msg_btn.png') no-repeat;margin:0 auto;display:block;cursor:pointer;}